Uses of Interface
org.eclipse.vtp.framework.common.IDataTypeRegistry

Packages that use IDataTypeRegistry
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.databases.actions   
org.eclipse.vtp.framework.databases.services   
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.webservices.actions   
 

Uses of IDataTypeRegistry in org.eclipse.vtp.framework.common.services
 

Classes in org.eclipse.vtp.framework.common.services that implement IDataTypeRegistry
 class DataTypeRegistry
          Implementation of IDataTypeRegistry.
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IDataTypeRegistry
VariableRegistry(ISessionContext context, IDataTypeRegistry dataTypeRegistry)
          Creates a new VariableRegistry.
 

Uses of IDataTypeRegistry in org.eclipse.vtp.framework.databases.actions
 

Constructors in org.eclipse.vtp.framework.databases.actions with parameters of type IDataTypeRegistry
DatabaseQueryAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, IDatabaseRegistry databases, DatabaseQueryConfiguration configuration)
          Creates a new DatabaseQueryAction.
 

Uses of IDataTypeRegistry in org.eclipse.vtp.framework.databases.services
 

Constructors in org.eclipse.vtp.framework.databases.services with parameters of type IDataTypeRegistry
DatabaseRegistry(IProcessContext context, IDataTypeRegistry types, DatabaseConfiguration[] configurations)
          Creates a new DatabaseRegistry.
 

Uses of IDataTypeRegistry in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type IDataTypeRegistry
InitialAction(IActionContext context, IVariableRegistry variableRegistry, IDataTypeRegistry dataTypeRegistry, AssignmentConfiguration[] assignCongigs, IConversation conversation, IBrandSelection brand)
          Creates a new InitialAction.
 

Uses of IDataTypeRegistry in org.eclipse.vtp.framework.webservices.actions
 

Constructors in org.eclipse.vtp.framework.webservices.actions with parameters of type IDataTypeRegistry
WebServiceCallAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, WebServiceCallConfiguration configuration)
          Creates a new WebServiceCallAction.